home *** CD-ROM | disk | FTP | other *** search
- From: joel@abigale.UUCP (Joel Rosi-Schwartz)
- Newsgroups: alt.sources,comp.text.tex
- Subject: Re: lgrind (part 1/3)
- Message-ID: <1992Sep.130105.27822@abigale.uucp>
- Date: 22 Sep 92 12:01:05 GMT
-
- Hi,
-
- I found that lgrind has two problems; one serious the second cultural.
- The serious one is the the variable "_start" gets in the way of the `C'
- startup code (at least on SYSV) and the program core dumps. I fixed
- this simply by changing all references to "start_string". The second
- is the use of "inline" as a variable. For Gnu's gcc this is a reserved
- word. I changed them all to Inline, rather than using the compliler
- flag---hum, now which flag is that---to undo it.
-
- Once these were handled it worked _very_ nicely, _thanks_ for the nice
- program.
-
- Cheers,
- Joel
- --
- ==================================================================
- || T E C H N E R E S E A R C H ||
- || ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ||
- || Joel Rosi-Schwartz ||
- || Hildorien House + Email: joel@abigale.UUCP ||
- || 12 Waverley Way + (pyrltd!abigale.UUCP!joel) ||
- || Finchampstead, Wokingham + Phone: +44 (734) 730.260 ||
- || Berkshire RG11 4YD (UK) + Fax: +44 (734) 730.272 ||
- ==================================================================
-